home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000349_fdc@columbia.edu_Mon Feb 4 09:10:19 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  50 lines

  1. Article: 13189 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Kermit and Nokia Communicator
  6. Date: 4 Feb 2002 09:10:04 -0500
  7. Organization: Columbia University
  8. Lines: 33
  9. Message-ID: <a3m4ns$ksp$1@watsol.cc.columbia.edu>
  10. References: <7f9a5385.0202010647.3b739cec@posting.google.com> <a3ea8d$q5v$1@watsol.cc.columbia.edu> <7f9a5385.0202040019.c8a0f21@posting.google.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1012831808 24327 128.59.39.139 (4 Feb 2002 14:10:08 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 4 Feb 2002 14:10:08 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13189
  16.  
  17. In article <7f9a5385.0202040019.c8a0f21@posting.google.com>,
  18. =?ISO-8859-1?Q?Bertil_Lid=E9n?= <bertil.liden@skogforsk.se> wrote:
  19. : fdc@columbia.edu (Frank da Cruz)
  20. : wrote in message news:<a3ea8d$q5v$1@watsol.cc.columbia.edu>...
  21. : > In article <7f9a5385.0202010647.3b739cec@posting.google.com>,
  22. : > =?ISO-8859-1?Q?Bertil_Lid=E9n?= <bertil.liden@skogforsk.se> wrote:
  23. : > : Is it possible to install Kermit in a Nokia Communicator in order to
  24. : > : transfer files?
  25. : > : In forestry in Sweden we have older harvesters equipped with a special
  26. : > : bucking computer which have a port that can communicate with Kermit.
  27. : > : We want to connect the bucking computer with the Nokia Communicator
  28. : > : and then send the daily production file with email to the office.
  29. : > : 
  30. : > It depends on what the Nokia Communicator is.  Does it run a well-known
  31. : > operating system?  If so, it should be able to use one of the well-known
  32. : > Kermit programs.  If not, then it would need a custom Kermit program
  33. : > that, as far as I know, does not exist.
  34. : Nokia Communicator is a PDA and mobil phone that run the operating
  35. : system EPOC or Symbian.
  36. :
  37. We have nothing in our archives for these OS's.  But of course we do have
  38. source code for hundreds of Kermit programs in many languages, so if you
  39. have a software development environment for the Nokia Communicator that
  40. supports any of these languages (C, Lisp, Fortran, Algol, Basic, Forth,
  41. Modula-2, Pascal, PL/I, various assemblers, ...) then you might be able to
  42. adapt one.  Since the lingua franca of computing today is C, you might
  43. start by looking at G-Kermit, a small, modern, fast Kermit implementation
  44. written in portable C:
  45.  
  46.   http://www.columbia.edu/kermit/gkermit.html
  47.  
  48. - Frank
  49.